@charset "UTF-8";
.pic img, .picl img, .pics img {
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    -o-transition: -o-transform 0.8s;
    transition: transform 0.8s;
}
.pic img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);  
    transform: scale(1.05);
}
.picl img:hover{
    -moz-transform: translate(0,5px);
    -webkit-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
    -o-transform: translate(0,5px);
}
.pics img:hover{
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.white, .whites {
    position: relative;
    overflow: hidden;
}
.white:after, .whites:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
    transform: skewx(-25deg);
}
.white:hover:after{
    left:100%; 
    -moz-transition:1s; 
    -o-transition:1s;
    -webkit-transition:1s; transition:1s;
}
.whites:hover:after {
    left:100%; 
    -moz-transition:0.5s; 
    -o-transition:0.5s; 
    -webkit-transition:0.5s; 
    transition:0.5s;
}
/* 顶部 */
.top{
    height: 34px;
    line-height: 34px;
    background: url(../images/top_bg.jpg) repeat-x center;
    border-bottom: 1px solid #d3d3d3;
}
.top p{
    color: #7C7C7C;
    font-size: 12px;
}
.top em a{
    font-size: 12px;
    color: #7C7C7C;
    padding: 0 15px;
    background-image: url(../images/head_top1.png);
    background-repeat: no-repeat;
    background-position: right top;
    display: inline-block;
}
.top em a:hover{
    color: #D82633;
}
.top em a:last-child {
    background: none;
}
/* 店招 */
.dz{
    height: 123px;
    background: url(../images/dz_bg.jpg) repeat-x center;
    padding-top: 27px;
}
.dz .logo{
    width: 234px;
    height: 98px;
    display: inline;
    margin-right: 32px;
    border-right: 1px solid #dadada;
}
.dz .logo img{
    width: 195px;
    height: 91px;
}
.dz h2{
    font-size: 24px;
    color: #D82633;
    padding-top: 16px;
    font-weight: bold;
    line-height: 100%;
    float: left;
}
.dz h2 span{
    display: block;
    font-size: 20px;
    color: #333;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    margin-top: 12px;
}
.dz .tel{
    background: url(../images/tel.png) no-repeat left center;
    font-size: 16px;
    color: #404040;
    padding-left: 55px;
    margin-top: 16px;
    line-height: 120%;
}
.dz .tel span{
    font-size: 26px;
    font-family: GothamBook,arial;
    display: block;
    color: #141414;
    margin-top: 10px;
}
/* 导航 */
.nav{
    background: #232323;
    z-index: 1;
    height: 66px;
    line-height: 66px;
}
.nav li{
    float: left;
    position: relative;
    background-repeat: no-repeat;
    padding: 0 19px;
    margin-right: -19px;
}
.nav li:after{
    content: "";
    background: url(../images/nav_abg.png) right top;
    width: 20px;
    height: 66px;
    display: block;
    right: 0;
    position: absolute;
    top: 0;
}
.nav li a{
    display: inline-block;
    color: #fff;
    padding:  0 31.5px;
    position: relative;
    font-size: 16px;
}

.nav li:first-child a{
    padding: 0 30px 0 24px;
    margin-left: -1px;
}
.nav li:last-child::after{
    background: none;
}
.nav li.cur a,.nav li:hover a{
    background: #D82633;
}
.nav li.cur a:before,.nav li:hover a:before{
    content: "";
    width: 0;
    height: 0;
    border-top:66px solid transparent;
    border-right:19px solid #D82633;
    position: absolute;
    left: -19px;
    top: 0;
}
.nav li.cur a:after,.nav li:hover a:after{
    content: "";
    width: 0;
    height: 0;
    border-bottom:66px solid transparent;
    border-left:19px solid #D82633;
    position: absolute;
    right: -19px;
    top: 0;
}
/* 轮播 */
.banner{ width:100%; height:auto; overflow:hidden; position:relative;}
.banner .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1;}
.banner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.banner .hd ul li.on{ background:#f00; color:#fff; }
.banner .bd{ position:relative; height:100%; }
.banner .bd li{ zoom:1; vertical-align:middle; }
.banner .bd img{ width:100%; height:auto; display:block; margin: 0 auto;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.banner .next{ left:auto; right:3%; background-position:8px 5px; }
.banner .prev:hover,
.banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.banner .prevStop{ display:none;  }
.banner .nextStop{ display:none;  }

/* 搜索 */
.search {
    height: 72px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.keyword {
    font-size: 14px;
    color: #888;
    padding-left: 30px;
    line-height: 72px;
    background: url(../images/hot.png) no-repeat left center;
    padding-left: 30px;
}
.keyword b {
    color: #343434;
    margin-right: 10px;
    font-weight: normal;
}
.keyword a {
    color: #666;
    display: inline-block;
}
.keyword a:after {
    display: inline-block;
    content: "/";
    color: #EAEAEA;
    margin: 0 5px;
}
.keyword a:last-child:after{
    display: none;margin: 0;
}
.sou {
    margin-top: 18px;
    position: relative;
    width: 447px;
    height: 43px;
    overflow: hidden;
    background: rgba(238,238,238,0.5);
}
.sou .ipt1 {
    width: 390px;
    height: 43px;
    font-size: 14px;
    color: #999;
    border: none;
    background: none;
    text-indent: 20px;
    line-height: 43px;
}
.sou .ipt2 {
    background: url(../images/search.png) no-repeat 13px center;
    display: block;
    width: 33px;
    height: 22px;
    border: none;
    float: right;
    margin-right: 19px;
    margin-top: 11px;
    border-left: 1px solid #DEDEDE;
    padding-left: 13px;
}
/* 引子 */
.yz {
    height: 495px;
    padding-top: 66px;
}
.yz h2 {
    text-align: center;
    font-size: 40px;
    color: #252525;
    line-height: 40px;
    font-weight: normal;
}
.yz h2 a {
    display: block;
}
.yz h2 span {
    color: #D82633;
    font-weight: bold;
}
.yz p.ms {
    font-size: 16px;
    color: #6e6e6e;
    text-align: center;
    line-height: 36px;
    margin-top: 38px;
}
.yz li {
    float: left;
    margin-right: 9px;
    width: 218px;
    height: 243px;
    margin-top: 28px;
    position: relative;
}
.yz li:first-child {
    margin-left: 40px;
}
.yz li:last-child{
    margin-right: 0;
}
.yz li:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 62px solid #fff;
    border-right: 109px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}
.yz li:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 62px solid #fff;
    border-left: 109px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}
.yz li em:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 62px solid #fff;
    border-right: 109px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
}
.yz li em:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 62px solid #fff;
    border-left: 109px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.yz li em {
    display: block;
    width: 218px;
    height: 243px;
    position: relative;
    overflow: hidden;
}
.yz li img {
    width: 218px;
    height: 243px;
}
/* 产品 */
.pro {
    background: #f5f5f5;
    padding: 0 0 80px;
    position: relative;
    overflow: hidden;
}
.pro:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.pro h2 {
    text-align: center;
    font-size: 40px;
    color: #252525;
    line-height: 40px;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.pro h2 b {
    background: url(../images/tit_bg.png) no-repeat;
    width: 47px;
    height: 48px;
    display: block;
    text-align: center;
    padding-top: 6px;
    margin: 0 auto;
    margin-bottom: 8px;
}
.pro h2 b img {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.pro h2 a {
    display: block;
}
.pro h2 a:hover{
    color: #333;
}
.pro h2 span {
    color: #D82633;
    font-weight: bold;
}
.pro h2 em {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    color: #333;
    line-height: 20px;
}
.pro h2 em i {
    color: #D0D0D0;
    font-weight: lighter;
    margin: 0 2px;
}
.pro .tit {
    margin-top: 52px;
}
.pro .tit li {
    float: left;
    width: 142px;
    margin-right: 34px;
}
.pro .tit li span {
    display: block;
    text-align: center;
    height: 35px;
    width: 142px;
    font-size: 14px;
    color: #fff;
    background: url(../images/pz_titbg.png);
    line-height: 34px;
    margin-top: 26px;
}
.pro .tit li.cur span, .pro .tit li:hover span {
    background: url(../images/pz_titbgh.png);
}
.pro .tit li:last-child {
    margin-right: 0;
}
.pro .con2 {
    margin-top: 40px;
}
.pro .con2 dl {
    float: left;
    width: 385px;
    margin-right: 21px;
    margin-bottom: 24px;
}
.pro .con2 dl:nth-child(3n){
    margin-right: 0;
}
.pro .con2 dt {
    width: 385px;
    height: 289px;
    line-height: 0;
}
.pro .con2 dt img {
    width: 385px;
    height: 289px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.pro .con2 dd {
    height: 74px;
    background: #fff;
    padding-left: 17px;
    padding-top: 20px;
    position: relative;
}

.pro .con2 dd b {
    display: block;
    font-size: 18px;
    color: #2C2C2C;
    font-weight: normal;
    margin-bottom: 12px;
}
.pro .con2 dd span {
    display: block;
    font-size: 16px;
    color: #8B8B8B;
}
.pro .con2 dd a.more {
    position: absolute;
    width: 52px;
    height: 55px;
    display: block;
    right: 12px;
    bottom: 18px;
    background: url(../images/pz_more2.png) no-repeat center;
    transition: all .2s linear;
}
.pro .con2 dl:hover{
    box-shadow:0 3px 27px 2px rgba(0,0,0,0.05), 0 0px 27px rgba(0,0,0,0.05);
}
.pro .con2 dl:hover dd b a{
    color: #ca1624;
}
.pro .con2 dl:hover dd a.more{
    background: url(../images/pz_more2h.png);bottom: 65px;
}
/* 横幅 */
.hf{
    background: #000 url(../images/sl_bg.png) no-repeat center top;
    height: 370px;
    position: relative;
    overflow: hidden;
}
.hf:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #f5f5f5;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.hf:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 50px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -960px;
}
.hf b.tb {
    background: url(../images/sl_tbg.png) no-repeat;
    width: 57px;
    height: 48px;
    display: block;
    text-align: center;
    padding-top: 18px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    top: 10px;
}
.hf b.tb img {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.hf h2 {
    font-size: 60px;
    color: #fff;
    font-weight: normal;
}
.hf h2 a {
    color: #fff;
}
.hf h2 span {
    color: #D82633;
    font-weight: bold;
}
.hf h2 em {
    font-size: 30px;
    display: block;
    text-align: right;
    float: right;
    padding-top: 30px;
}
.hf h2 em span {
    font-weight: normal;
}
.hf .con {
    margin-top: 32px;
}
.hf .con ul {
    width: 600px;
    float: left;
}
.hf .con li {
    float: left;
    height: 84px;
    border-right: 1px solid rgba(255,255,255,0.15);
    width: 140px;
    text-align: center;
}
.hf .con li:first-child {
    border-left: 1px solid rgba(255,255,255,0.15);
}
.hf .con li em {
    height: 50px;
    display: block;
}
.hf .con li span {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 4px;
}
.hf .con p {
    float: right;
    width: 520px;
    margin-top: 23px;
}
.hf .con p span {
    display: block;
    color: #fff;
    opacity: 0.41;
    font-size: 16px;
}
.hf .con p i {
    color: #fff;
    font-size: 36px;
    font-family: GothamBook;
    background: url(../images/sl_tel.png) no-repeat left center;
    padding-left: 38px;
}
/* 实力 */
.sl {
    height: 2112px;
    overflow: hidden;
    width: 100%;
}
.sl .con1 {
    padding-top: 26px;
}
.sl .con1 dt {
    float: left;
    width: 600px;
    height: 506px;
}
.sl .con1 dt img {
    width: 600px;
    height: 506px;
}
.sl .con1 dd {
    float: right;
    width: 558px;
}
.sl dd h3 {
    margin-bottom: 38px;
    padding-top: 9px;
}
.sl dd h3 em {
    display: block;
    background: url(../images/sl_ctit.png);
    width: 61px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 36px;
    color: #fff;
    font-weight: lighter;
    float: left;
}
.sl dd h3 i {
    float: left;
    margin-left: 26px;
    font-size: 36px;
    color: #242424;
    line-height: 30px;
    font-weight: normal;
}
.sl dd h3 i span {
    font-size: 12px;
    font-family: GothamBook;
    color: #CBCBCB;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
}
.sl dd p {
    font-size: 16px;
    color: #383838;
    line-height: 32px;
}
.sl dd p span {
    display: block;
    margin-bottom: 18px;
}
.sl dd .list {
    margin-top: 45px;
    height: 144px;
    overflow: hidden;
}
.sl dd ul li {
    float: left;
    margin-right: 20px!important;
    display: inline;
}
.sl dd ul li a {
    display: block;
}
.sl dd ul li img {
    width: 269px;
    height: 144px;
}
.sl dd ul li:nth-child(2n) {
    margin-right: 0;
}
.sl dd .qh {
    text-align: center;
    margin-top: 21px;
    position: relative;
}
.sl dd .qh:before {
    position: absolute;
    content: "";
    width: 238px;
    height: 1px;
    background: #EBEBEB;
    left: 0;
    top: 15px;
}
.sl dd .qh:after {
    position: absolute;
    content: "";
    width: 238px;
    height: 1px;
    background: #EBEBEB;
    right: 0;
    top: 15px;
}
.sl dd .qh i {
    display: inline-block;
    width: 11px;
    height: 13px;
    background: url(../images/sl_cqh.png);
    margin: 0 3px;
    cursor: pointer;
}
.sl dd .qh i.cur {
    display: inline-block;
    width: 11px;
    height: 13px;
    background: url(../images/sl_cqhh.png);
}
.sl .con2 dt {
    float: right;
    width: 600px;
    height: 506px;
}
.sl .con2 dt img {
    width: 960px;
    height: 506px;
}
.sl .con2 dd {
    float: left;
    width: 558px;
}
.sl .con2 dd h3 {
    padding-top: 54px;
}
.sl .con3 dt {
    float: left;
    width: 600px;
    height: 506px;
    margin-left: -360px;
}
.sl .con3 dt img {
    width: 960px;
    height: 506px;
}
.sl .con3 dd {
    float: right;
    width: 558px;
}
.sl .con3 dd h3 {
    padding-top: 54px;
}
.sl .con4 dt {
    float: right;
    width: 600px;
    height: 506px;
}
.sl .con4 dt img {
    width: 960px;
    height: 506px;
}
.sl .con4 dd {
    float: left;
    width: 558px;
}
.sl .con4 dd h3 {
    padding-top: 54px;
}
/* 案例 */
.case {
    background: #f1f1f1;
    height: 1012px;
    position: relative;
    overflow: hidden;
}
.case:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.case h2 {
    text-align: center;
    font-size: 40px;
    color: #252525;
    line-height: 40px;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.case h2 b {
    background: url(../images/sl_tbg.png) no-repeat;
    width: 57px;
    height: 54px;
    display: block;
    text-align: center;
    padding-top: 12px;
    margin: 0 auto;
    margin-bottom: 8px;
}
.case h2 b img {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.case h2 a {
    display: block;
}
.case h2 span {
    color: #D82633;
    font-weight: bold;
}
.case h2 em {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    color: #333;
    line-height: 20px;
}
.case h2 span {
    color: #D82633;
    font-weight: bold;
}
.case .tit {
    border-top: 1px solid #D8D8D8;
    padding-top: 15px;
    margin-top: 45px;
}
.case .tit li, .case .tit em {
    text-align: center;
    float: left;
    margin-right: 113px;
    display: inline;
}
.case .tit li a, .case .tit em a {
    display: block;
}
.case .tit li img, .case .tit em img {
    width: 41px;
    height: 41px;
    display: inline-block;
}
.case .tit li span, .case .tit em span {
    display: block;
    font-size: 18px;
    color: #373737;
    line-height: 32px;
    font-weight: bold;
    margin-top: 7px;
}
.case .tit em {
    margin-right: 0;
}
.case .con {
    position: relative;
    height: 628px;
    margin-top: 34px;
    overflow: hidden;
}
.case .con .qh {
    position: relative;
    top: 225px;
    z-index: 1;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
}
.case .con .qh:after{
    content: "";
    background:rgba(0,0,0,0.52);
    width:528px;
    height: 486px;
    display: block;
    right: -360px;
    top:-225px;
    position: absolute;
    z-index: 1
}
.case .con .qh:before {
    content: "";
    background: rgba(0,0,0,0.52);
    width: 528px;
    height: 486px;
    display: block;
    left: -360px;
    top: -225px;
    position: absolute;
    z-index: 1;
}
.case .con .qh i.prev {
    float: left;
    margin-left: 108px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}
.case .con .qh i.next {
    float: right;
    margin-right: 108px;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 2;
}
.case .con .list {
    width: 864px;
    position: absolute;
    left: 50%;
    margin-left: -432px;
}
.case .con .list .tempWrap{
    margin-left: -864px;
}
.case .con dl {
    width: 864px;
    height: 628px;
    position: relative;
}
.case .con dt {
    line-height: 0;
    overflow: hidden;
}
.case .con dt img {
    width: 864px;
    height: 486px;
}
.case .con dd {
    height: 69px;
    background: #D5D5D5;
    position: relative;
}
.case .con dd b {
    display: block;
    line-height: 69px;
    text-align: center;
    font-size: 18px;
    color: #191919;
    font-weight: normal;
}
.case .con dd p, .case .con dd a.more {
    display: none;
}
.case .con dl.cur dd{
    background: #2A2A2A;
    height:142px;
    padding: 0 32px;
}
.case .con dl.cur dd b{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 26px;
    padding-bottom: 22px;
    display: block;
    line-height:110%;
    text-align:left;
}
.case .con dl.cur dd b a{
    color: #fff;
}
.case .con dl.cur dd p{
    line-height: 24px;
    color: #fff;
    opacity: 0.4;
    font-size: 16px;
    display: block;
}
.case .con dl.cur dd a.more{
    display: block;
    background: url(../images/case_more.png) no-repeat right center;
    height: 19px;
    color: #fff;
    font-size: 14px;
    color: #D82633;
    width: 86px;
    right: 32px;
    top: 32px;
    position: absolute;
    line-height: 110%;
}
.case .con dl.left dd b{
    margin-right: 155px;
    text-align: right;
}
.case .con dl.right dd b{
    margin-left: 155px;
    text-align: left;
}
/* 流程 */
.lc {
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 558px;
}
.lc h2 {
    text-align: center;
    font-size: 40px;
    color: #252525;
    line-height: 40px;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding-top: 88px;
}
.lc h2 b {
    background: url(../images/sl_tbg.png) no-repeat;
    width: 57px;
    height: 54px;
    display: block;
    text-align: center;
    padding-top: 12px;
    margin: 0 auto;
    margin-bottom: 8px;
}
.lc h2 b img {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.lc h2 a {
    display: block;
}
.lc h2 span {
    color: #D82633;
    font-weight: bold;
}
.lc h2 em {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    color: #333;
    line-height: 20px;
}
.lc .con {
    background: url(../images/lc_bg.jpg) no-repeat center 165px;
    margin-top: 34px;
}
.lc:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #f1f1f1;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.lc li {
    float: left;
    width: 109px;
    height: 235px;
    margin-right: 65px;
    text-align: center;
    background: url(../images/lc_cbg.png) no-repeat;
    margin-left: 6px;
}
.lc li em.pic1 {
    padding-top: 40px;
    height: 86px;
}
.lc li em.pic2 {
    padding-top: 0px;
    display: none;
}
.lc li em {
    display: block;
    width: 109px;
    height: 126px;
    line-height: 0;
}
.lc li span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 68px;
}
.lc li:last-child {
    margin-right: 0;
}
.lc li.cur{
    background: url(../images/lc_cbgh.png) no-repeat;
}
.lc li.cur em.pic1{
    display: none;
}
.lc li.cur em.pic2{
    display: block;
}
.lc li.cur span{
    color: #D82633;
}
/* 新闻 */
.new {
    background: #f4f4f4;
    position: relative;
    overflow: hidden;
    height: 793px;
}
.new:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.new h2 {
    text-align: center;
    font-size: 40px;
    color: #252525;
    line-height: 40px;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.new h2 b {
    background: url(../images/sl_tbg.png) no-repeat;
    width: 57px;
    height: 54px;
    display: block;
    text-align: center;
    padding-top: 12px;
    margin: 0 auto;
    margin-bottom: 8px;
}
.new h2 a {
    display: block;
}
.new h2 span {
    color: #D82633;
    font-weight: bold;
}
.new h2 em {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    color: #333;
    line-height: 20px;
}
.new h2 b img {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.new_l {
    width: 320px;
    background: url(../images/new_bg.jpg) repeat-x 0 0 #fff;
    padding: 30px 40px 0;
    height: 510px;
    box-shadow: 0 0 10px 2px #e7e7e7;
    overflow: hidden;
    margin-top: 54px;
}
.newtil {
    height: 51px;
    line-height: 30px;
    font-size: 24px;
    font-weight: normal;
}
.newtil span {
    float: right;
    width: 33px;
    height: 33px;
    display: block;
    background: url(../images/new_more2.png) no-repeat 0 0;
}
.new_l .newtil span {
    background: url(../images/new_more1.png) no-repeat 0 0;
}
.newtil a {
    color: #363636;
}
.newtil span a {
    display: block;
    width: 33px;
    height: 33px;
}
.new_l .newtil a {
    color: #fff;
}
.newtil em {
    display: block;
    font-size: 10px;
    opacity: 0.5;
    line-height: 12px;
}
.new_l dl {
    padding: 16px 0 0;
}
.new_l dt, .new_l dt img {
    height: 239px;
    width: 320px;
    display: block;
    overflow: hidden;
}
.new_l dd {
    padding: 11px 0 0;
}
.new_l dt, .new_l dt img {
    height: 239px;
    width: 320px;
    display: block;
    overflow: hidden;
}
.new_l dd h3, .new1_c li a {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #363636;
    display: block;

}
.new_l dd h3 a {
    display: block;
    color: #363636;
    font-weight: bold;
}
.new_l dd h3 a:hover {
    color: #D82633;
}
.new_l dd p {
    height: 108px;
    font: 14px "Microsoft YaHei";
    color: #989898;
    overflow: hidden;
}
.new_l dd span, .new1_c li span {
    background: url(../images/new_line.jpg) no-repeat 0 center;
    height: 24px;
    overflow: hidden;
    text-align: right;
    font-family: Times New Roman;
    color: #989898;
    display: block;
}
.new_r {
    width: 781px;
    margin-top: 54px;
}
.new1, .new2 {
    width: 701px;
    overflow: hidden;
    height: 230px;
    background: #fff;
    box-shadow: 0 0 10px 2px #e7e7e7;
    margin-bottom: 20px;
    padding: 30px 40px 0;
}
.newtil {
    height: 51px;
    line-height: 30px;
    font-size: 24px;
    font-weight: normal;
}
.newtil a {
    color: #363636;
}
.newtil span {
    float: right;
    width: 33px;
    height: 33px;
    display: block;
    background: url(../images/new_more2.png) no-repeat 0 0;
}
.newtil span a {
    display: block;
    width: 33px;
    height: 33px;
}
.newtil em {
    display: block;
    font-size: 10px;
    opacity: 0.5;
    line-height: 12px;
}
.new1_c li {
    width: 312px;
    float: left;
}
.new1_c li:nth-child(2n-1) {
    padding: 0 68px 0 0;
}
.new_l dd h3, .new1_c li a {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #363636;
    display: block;
}
.new1_c li p {
    height: 76px;
    overflow: hidden;
    color: #989898;
    font-size: 14px;
}
.new_l dd span, .new1_c li span {
    background: url(../images/new_line.jpg) no-repeat 0 center;
    height: 24px;
    overflow: hidden;
    text-align: right;
    font-family: Times New Roman;
    color: #989898;
    display: block;
}
.new_l dd h3 a:hover{
    color:#D82633;
}
.new_l dd h3:hover,.new1_c li a:hover{
    color:#D82633;
}
.new2 {
    position: relative;
}
.new2 .newtil {
    height: 10px;
}
.new2 .newtil span {
    position: absolute;
    right: 40px;
    top: 30px;
}
.new2_p {
    width: 355px;
}
.new2_p dt {
    float: right;
}
.new2_p dd {
    float: left;
    padding: 145px 0 0;
}
.new2_p dd a {
    display: block;
    background: url(../images/new_more4.jpg) no-repeat;
    width: 148px;
    height: 43px;
    font: 14px "Microsoft YaHei";
    line-height: 43px;
    padding-left: 20px;
    color: #fff;
}
.new2_w {
    width: 326px;
}
.new2_w li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.new2_w li a {
    color: #999;
    font-size: 14px;
}
.new2_w li a {
    color: #999;
    font-size: 14px;
}
/* 关于我们 */
.about {
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 1375px;
}
.about:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #f4f4f4;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.about h2 {
    text-align: center;
    font-size: 40px;
    color: #252525;
    line-height: 40px;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding-top: 116px;
}
.about h2 b {
    background: url(../images/sl_tbg.png) no-repeat;
    width: 57px;
    height: 50px;
    display: block;
    text-align: center;
    padding-top: 16px;
    margin: 0 auto;
    margin-bottom: 8px;
}
.about h2 a {
    display: block;
}
.about h2 b img {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.about h2 span {
    color: #D82633;
    font-weight: bold;
}
.about h2 em {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    color: #333;
    line-height: 20px;
}
.about .picc {
    background: url(../images/about_pic.jpg) no-repeat center top;
    position: relative;
    height: 649px;
}
.about .picc:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 48px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.about .picc em:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 48px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    bottom: 0;
}
.about .picc em:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 48px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    bottom: 0;
    margin-left: -1920px;
}
.about .con {
    margin-top: 42px;
}
.about .con h3 {
    font-size: 22px;
    color: #252525;
    display: block;
}
.about .con p.ms {
    line-height: 30px;
    color: #393939;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 36px;
}
.about .tit li {
    float: left;
}
.about .tit li a {
    display: inline-block;
    margin-right: 46px;
}
.about .tit li img {
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.2s ease-in;
}
.about .tit li span {
    display: inline-block;
    font-size: 20px;
    color: #1A1A1A;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 10px;
    transition: all 0.2s ease-in;
    line-height: 0;
}
.about .tit li:last-child a{
    margin-right: 0;
}
.about .tit li.cur span,.about .tit li:hover span{
    color: #D82633;
}
.about .tit li.cur img,.about .tit li:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.about .cons {
    margin-top: 32px;
}
.about .cons li {
    float: left;
    width: 283px;
    height: 160px;
    overflow: hidden;
    margin-right: 22px;
    display: inline;
}
.about .cons li a {
    display: block;
}
.about .cons li img {
    width: 283px;
    height: 160px;
}
.about .cons li:last-child {
    margin-right: 0;
}
/*底部*/
.foot{background: #2a2a2a;position: relative;overflow: hidden;height: 515px;margin-top:30px;}
.foot-top{height: 327px;padding-top: 60px;}
.footl{width: 271px;float: left;display: inline;border-right: 1px solid rgba(255,255,255,0.04)}
.footc{width: 521px;float: left;padding-left: 59px;display: inline;border-right: 1px solid rgba(255,255,255,0.04);margin-right: 62px;}
.footr{float: left;width: 285px;}

.footl h3,.footc h3,.footr h3{font-size: 30px;color: #CA1624;margin-bottom: 29px;width: 25px;white-space: nowrap;padding-bottom: 4px;border-bottom: 1px solid #CA1624;}
.footl h3 span,.footc h3 span,.footr h3 span{font-size: 12px;display: block;color: #fff;opacity: 0.11;font-weight: lighter;line-height: 100%;}
.footl p{}
.footl p a{color: #fff;display:block;width: 125px;color:rgba(255,255,255,0.8);float: left;font-size: 14px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;padding-right: 10px;line-height: 48px;}
.footl p a:hover{text-decoration: underline;color: #CA1624;}
.footc p{color:#fff;padding-left: 32px;background-position: left center;line-height:48px;font-size: 16px;}
.footc p span{margin-left: 18px;}
.footc p.tel{background: url(../images/foot_icon1.png) no-repeat left center }
.footc p.fax{background: url(../images/foot_icon2.png) no-repeat left center;}
.footc p.mail{background: url(../images/foot_icon3.png) no-repeat left center;}
.footc p.add{background: url(../images/foot_icon4.png) no-repeat left center;}
.footr em i{display: block;float: left;width: 127px;}
.footr em i:last-child{float: right;}
.footr em i img{width: 127px;height: 127px;}
.footr em i span{display: block;font-size: 16px;color: #F4F4F4;background: url(../images/foot_ss.png) left center no-repeat;line-height: 20px;padding-left: 32px;margin-top: 16px;}

.foot-bottom{height: 78px;background: #eee;padding-top: 20px;}
.foot_bl b{display: block;font-size: 18px;color: #1B1B1B;text-transform: uppercase;font-weight: normal;padding-top: 8px;line-height: 18px;}
.foot_bl p{margin-top: 10px;}
.foot_bl p a{font-size: 16px;color: #1B1B1B;opacity: 0.7;}
.foot_bl p a:after{display: inline-block;margin: 0 7px 0 12px;content: "/";}
.foot_bl p a:last-child:after{display: none;}
.foot_br p{line-height: 30px;color: #1B1B1B;opacity: 0.77;}
.foot_br p span{margin-left: 15px;}
.foot_br p a{color: #1B1B1B;}
